|
tempiso 2.2.2
|
Temp ISO Click Example. More...
Macros | |
| #define | MIKROBUS_POSITION_TEMPISO MIKROBUS_1 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Temp ISO Click Example.
This example demonstrates the use of Temp ISO Click board by reading and displaying the temperature measurements.
The demo application is composed of two sections :
Initializes the driver and logger.
Reads the temperature measurement in degrees Celsius and displays the results on the USB UART approximately once per second.
| #define MIKROBUS_POSITION_TEMPISO MIKROBUS_1 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |